home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 3 / Cream of the Crop 3.iso / utility / ffg155.zip / DEMO_BAT.ZIP / ALL-C-DB.BAT < prev    next >
DOS Batch File  |  1993-05-04  |  339b  |  13 lines

  1. @echo off
  2. cls
  3. echo Here is a listing of ALL C: DRIVE FILES in COMMA-DELIMITED DATABASE format.  To
  4. echo create a database file you would redirect this output to a file.
  5. echo.
  6. echo Press any key to begin searching...
  7. pause >nul
  8. echo on
  9. ffg /p C:* /f, /fs!
  10. @echo off
  11. echo Done.  Press any key for next demonstration...
  12. pause>nul
  13.